home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / C++ / card_17679_render.png < prev    next >
Portable Network Graphic  |  1991-11-29  |  2.4 KB  |  512x342  |  4-bit (3 colors)
   ocr: the "//"is used for one-line comments. You can still use the "/*" - and "*/" for multi-line comments. endi - refers to a newline character. Similar to the "in" control character. Note that "In" can still be used. Ok, now let's begin ! To print the number 55, use mainU I cout << 55 << endl; // prints the number 55 I The classic 'hello, world!" would be: mainUl cout << "hello, world!" << endi; ; )